
body
{
   background-color: black;
   color: #67CB5A;
}
a
{
	text-decoration: line; 
	color: silver;
	}

	a:hover
{
   color: #49D64C;
}

